home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntlb20 / lib / getgroup.c < prev    next >
Text File  |  1990-11-06  |  79b  |  8 lines

  1. /* getgroups: this is entirely bogus */
  2.  
  3. int
  4. getgroups()
  5. {
  6.     return 0;
  7. }
  8.